type crypto/tls.keyUpdateMsg

7 uses

	crypto/tls (current package)
		conn.go#L1149: 		m = new(keyUpdateMsg)
		conn.go#L1301: 	case *keyUpdateMsg:
		conn.go#L1312: func (c *Conn) handleKeyUpdate(keyUpdate *keyUpdateMsg) error {
		conn.go#L1330: 		msg := &keyUpdateMsg{}
		handshake_messages.go#L1000: type keyUpdateMsg struct {
		handshake_messages.go#L1005: func (m *keyUpdateMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1025: func (m *keyUpdateMsg) unmarshal(data []byte) bool {